Command

abstract class Command(source)

The base Command class for commands using the Weave command system.

See also

Constructors

Link copied to clipboard
constructor(name: String, aliases: Array<String>)

Functions

Link copied to clipboard
abstract fun handle(@NotNull args: Array<String>)
'Handles' behavior on command execution.

Properties

Link copied to clipboard
Link copied to clipboard